Skip to main content
GET
/
api
/
v1
/
sessions
/
{session_id}
/
insights
/
configs
Error
A valid request URL is required to generate request examples
{
  "configs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "config": {
        "name": "<string>",
        "hierarchy": [
          123
        ],
        "partitions": {},
        "sample": 123,
        "summary_prompt": "<string>",
        "filter": "<string>",
        "attribute_schemas": {},
        "last_n_hours": 123,
        "start_time": "<string>",
        "end_time": "<string>",
        "user_context": {},
        "cluster_model": "<string>",
        "summary_model": "<string>"
      },
      "prebuilt": true,
      "description": "<string>",
      "schedule_cron": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Query Parameters

include_prebuilts
boolean
default:false

Response

Successful Response

Response to get clustering job configs.

configs
ClusteringJobConfigResponse · object[]
required